projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dffe66
)
kconfig: fix savedefconfig to handle TPL correctly
author
Masahiro Yamada
<
[email protected]
>
Wed, 3 Sep 2014 20:41:33 +0000
(
05:41
+0900)
committer
Tom Rini
<
[email protected]
>
Tue, 16 Sep 2014 16:23:58 +0000
(12:23 -0400)
Since
3ff291f371fa9858426774f3732924bacb61ed1c
(kconfig: convert Kconfig helper script into a shell script),
"make savedefconfig" of TPL boards has not been working.
Signed-off-by: Masahiro Yamada <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
Acked-by: Simon Glass <
[email protected]
>
scripts/multiconfig.sh
patch
|
blob
|
history
diff --git
a/scripts/multiconfig.sh
b/scripts/multiconfig.sh
index 7606193102451a11f0906ae67993b54c1a8a3e52..a5790428c852422a3d330e4d7089afa818737c92 100644
(file)
--- a/
scripts/multiconfig.sh
+++ b/
scripts/multiconfig.sh
@@
-194,14
+194,14
@@
do_savedefconfig () {
for i in $output_lines
do
case "$i" in
-
"[+A-Z]*:$line"
)
+
[+A-Z]*:$line
)
tmp="$tmp%$unmatched"
i=$(echo "$i" | \
- sed -e "s/^\([^:]
\)*
/\1$symbol/")
+ sed -e "s/^\([^:]
*\)
/\1$symbol/")
tmp="$tmp%$i"
match=1
;;
-
"$line"
)
+
$line
)
tmp="$tmp%$unmatched"
tmp="$tmp%+$symbol:$i"
match=1